﻿@charset "utf-8";
/* CSS Document */

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
    margin: 0;
    padding: 0;
}

/* IE5.xIE6бbug */
* html body {
    overflow: visible;
}

* html iframe,
* html frame {
    overflow: auto;
}

* html frameset {
    overflow: hidden;
}

/* body */
body {
    color: #757575;
    font-size: 12px;
    line-height: 24px;
    font-family: "微软雅黑";
}

i,
em,
cite {
    font-style: normal;
}

/* a */
a {
    color: #757575;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #2f4d93;
}

/* form */
textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

input {
    vertical-align: middle;
    font-size: 12px;
    outline: none
}


/* li */
ul,
li {
    list-style-type: none;
}

/* img */
.pro-right-box li div.img img {
    border: 0 none;
    vertical-align: middle;
    max-width: 80%;
    max-heght: 100%;
    margin: 30px;
}

.tempWrap clearfix li a div.img img {
    border: 0 none;
    vertical-align: middle;
}

/* h* */
h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}


/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

/*返回顶部*/
.totop {
    position: fixed;
    right: 50%;
    margin-right: -528px;
    z-index: 10000;
    bottom: 25px;
    display: block;
    width: 26px;
    height: 62px;
    background: url(../images/rocket.png) no-repeat 0 0;
    -webkit-transition: all 0.2s ease-in-out;
}


.clearfix li a .img img {
    max-width: 80%;
    max-height: 80%;
    margin: 25px
}

/*网站头部*/
.topwrap {
    width: 100%;
    overflow: hidden;
    height: 42px;
    background: #2e2d32;
}

.top-T {
    width: 1180px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    color: #FFF;
    position: relative
}

.top-T .Left {
    width: auto;
    position: absolute;
    float: left;
    font-size: 14px;
    background: url(../images/ico_1.png) left center no-repeat;
    padding-left: 25px;
}

.top-T .Left a {
    font-size: 14px;
    color: #fff;
}

.top-T .Left span {
    color: #ffa211;
}

.top-T .Right {
    width: 80px;
    float: right;
    text-align: center;
    background: #c0c0c2
}

.top-T .Right a {
    color: #2f4d93;
    font-size: 14px;
}

.top-T .Right a:hover {
    color: #2f4d93;
    text-decoration: underline
}

.logoWrap {
    background: #2f4d93;
    height: 100px;
}

.logo {
    width: 1180px;
    margin: 0 auto;
    height: 100px;
    overflow: hidden;
    color: #898989;
    position: relative
}

.logo .logoL {
    width: 407px;
    height: 70px;
    float: left
}

.seachImg {
    position: absolute;
    right: 0;
    top: 35px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    background: url(../images/ico_3.png) center center no-repeat
}

/***********nav*******/
.nav {
    width: 800px;
    height: 50px;
    position: absolute;
    right: -30px;
    top: 20px
}

.nav li {
    float: left;
    display: inline;
}

.nav li a {
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    display: block;
}

.nav li a:hover,
.nav li .cur {
    border-bottom: 2px solid #ffcc00;
    color: #ffcc00
}

/*********************************公共头部结束*******************************/
/*首页样式*/

.js-silder {
    position: relative;
    min-width: 320px;
}

.silder-scroll {
    width: 100%;
    overflow: hidden;
}

.silder-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.silder-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.silder-main-img img {
    width: 100%;
    margin: 0 auto;
}

.js-silder-ctrl {
    position: absolute;
    bottom: 5px;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.silder-ctrl-prev,
.silder-ctrl-next {
    position: absolute;
    top: 0;
    display: none;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
    left: 0;
    text-align: left;
}

.silder-ctrl-next {
    right: 0;
    text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
    position: absolute;
    top: 50%;
    margin-top: -40px;
}

.silder-ctrl-prev>span {
    display: none;
    left: 0;
}

.silder-ctrl-next>span {
    display: none;
    right: 0;
}

.silder-ctrl-con {
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
}

.silder-ctrl-con>span {
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}

.silder-ctrl-con.active>span {
    background-color: #7bbedf;
}

@media (max-width: 768px) {

    .silder-ctrl-prev,
    .silder-ctrl-next {
        width: 10%;
        font-size: 26px;
        margin-top: -25px;
    }

    .silder-ctrl-con {
        width: 14px;
        height: 14px;
        padding: 0;
        margin: 0 5px;
    }

    .silder-ctrl-con>span {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        padding: 0;
    }
}

/**中间部分**/
.Middle {
    width: 1180px;
    margin: 30px auto;
    overflow: hidden;
}

.Middle li {
    float: left;
    width: 360px;
    text-align: center;
    border-bottom: 3px solid #eeeeee;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.Middle li.A {
    margin-right: 50px;
}

.Middle li.B {
    float: right;
}

.Middle li .title {
    height: 50px;
    font-size: 14px;
    color: #FFF;
    line-height: 50px;
    background: #2f4d93
}

.Middle li .img {
    margin: 40px auto
}

.Middle li .text {
    width: 260px;
    margin: 0 auto 20px;
    color: #757575;
    font-size: 14px;
}

.Middle li a {
    display: inline-block;
    background: #2f4d93;
    color: #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 14px;
    margin: 25px auto;
}

.Middle li:hover {
    background: #2f4d93;
    border-bottom: 3px solid #ffcc00
}

.Middle li:hover .title {
    color: #ffcc00
}

.Middle li:hover .text {
    color: #FFF
}

.Middle li:hover a {
    background: #FFF;
    color: #2f4d93
}

/*产品中心*/
.in_pro {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.pro_left {
    width: 270px;
    background: url(../Images/lanbj.png) right top no-repeat #e9e9e9;
    float: left;
    margin-bottom: 15px;
}

.pro_left .pro_left_top {
    width: 270px;
    border-bottom: 1px solid #d7d7d7
}

.pro_left .pro_left_top img {
    padding: 30px 20px
}

.pro_left .pro_left_nr {
    width: 198px;
    overflow: hidden;
    padding: 25px 0 30px;
    margin: 0 auto
}

.pro_left .pro_left_nr ul {
    width: 150px;
    margin: 0 auto;
    padding: 10px 0;
    background: #dcdcdc
}

.pro_left .pro_left_nr li {
    width: 150px;
    height: 32px;
    margin: 0 auto;
}

.pro_left .pro_left_nr li a {
    display: block;
    padding-left: 30px;
    text-align: left;
    background: url(../Images/dian.jpg) 15px center no-repeat;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 14px;
    color: #000
}

.pro_left .pro_left_nr li a:hover {
    color: #329a61;
}




.in_pro .pro_right {
    width: 900px;
    float: right;
    overflow: hidden;
    background: url(../Images/dbj.jpg) left top repeat;
    margin-top: 20px
}

.in_pro .pro_R_nr {
    width: 900px;
    overflow: hidden;
    padding: 20px
}

.in_pro .pro_R_nr li {
    float: left;
    width: 286px;
    overflow: hidden;
    margin-bottom: 5px;
}

.in_pro .pro_R_nr li .pic {
    width: 260px;
    height: 180px;
    margin: 0 auto;
    border: #e8e8e8 1px solid;
    background: #FFF;
    text-align: center;
}

.in_pro .pro_R_nr li .pic a {
    width: 260px;
    height: 180px;
    display: block;
    position: relative;
}

.in_pro .pro_R_nr li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.in_pro .pro_R_nr li .txt {
    width: 260px;
    line-height: 35px;
    margin: 0 auto;
    height: 35px;
    text-align: center;
}

.in_pro .pro_R_nr li .txt a {
    display: block;
    font-size: 13px;
}

.in_pro .pro_R_nr li .txt a:hover {
    color: #329a61;
}





/*关于我们*/
.aboutWrap {
    position: relative;
    width: auto;
    margin: 20px auto 0;
    height: 540px;
    background: url(../Images/ico_14.jpg) center center no-repeat;
}

.aboutWrap .aboutTitle {
    text-align: center;
    padding: 50px 0;
}

.aboutWrap .about {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden
}

.aboutWrap .about .aboutLeft {
    width: 484px;
    height: 320px;
    float: left
}

.aboutWrap .about .aboutRight {
    width: 650px;
    float: right;
    background: url(../images/ico_9.png) 400px 140px no-repeat;
    min-height: 320px
}

.aboutWrap .about .aboutRight strong {
    display: block;
    color: #2f4d93;
    font-size: 26px;
    line-height: 36px;
}

.aboutWrap .about .aboutRight span {
    display: block;
    color: #2f4d93;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px
}

.aboutWrap .about .aboutRight a {
    display: block;
    width: 143px;
    height: 43px;
    border: 1px solid #6c6c6c;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    margin-top: 50px;
    color: #a80000;
}


.product {
    padding: 50px 0 16px 0;
    background: #fff;
    width: 1180px;
    margin: 0 auto;
}

.product div.productTitle {
    text-align: center;
    margin-bottom: 36px;
}

.product div.wapper {
    overflow: hidden;
}

.product div.wapper .clearfix {
    overflow: hidden;
    margin-top: 30px;
}

.product div.wapper .clearfix li {
    float: left;
    margin-right: 14px;
    position: relative;
    border: 5px solid #e7e7e7;
}

.product div.wapper ul li:last-child {
    margin-right: 0px;
}

.product div.wapper .clearfix li div.img {
    width: 272px;
    height: 265px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    transition: .3s;
}

.product div.wapper .clearfix li div.txt {
    padding: 14px 14px 14px 14px;
    background: #e7e7e7;
}

.product div.wapper .clearfix li div.txt p {
    color: #707070;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 235px;
}

.product div.wapper .clearfix li div.txt p:last-child {
    color: #2f4d93;
}

.product div.wapper .clearfix li:hover div.txt p {
    color: #fff;
}

.product div.wapper ul li:hover {
    border-color: #2f4d93;
}

.product div.wapper ul li:hover div.txt {
    background: #2f4d93;
}

.product div.wapper .hd ul {
    margin-top: 35px;
    text-align: center;
}

.product div.wapper .hd ul li {
    cursor: pointer;
    display: inline-block;
    text-indent: 999em;
    width: 60px;
    height: 5px;
    background: #dddddd;
    margin: 0 8px;
}

.product div.wapper .hd ul li.on {
    background: #33458e;
}

/*新闻中心*/
.news_wrap {
    width: auto;
    overflow: hidden;
    background: #FFF;
    padding: 10px 0 20px
}

.news_wrap .news {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.news_wrap .news .bt {
    position: relative;
    background: url(../images/icon05.png) 0px center no-repeat #FFF;
    font-size: 20px;
    font-weight: bold;
    padding-left: 35px;
    color: #1a1a1a;
    height: 60px;
    line-height: 60px;
}

.news_wrap .news .bt a {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/jia.png) center center no-repeat #2f4d93;
    background-size: 10px;
}

.news_wrap ul {
    overflow: hidden;
    padding: 0 0 20px;
    position: relative;
}

.news_wrap ul li {
    width: 600px;
    position: relative;
    float: left;
}

.news_wrap ul li a {
    width: 560px;
    color: #4c4c4c;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    height: 36px;
    position: relative;
    display: block;
    background: url(../images/o1.png) 5px center no-repeat;
    padding-left: 30px;
    margin: 0 auto;
}

.news_wrap ul li a span {
    position: absolute;
    color: #b2b2b2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    top: 0;
    right: 20px;
}

.news_wrap ul li a:hover {
    color: #2f4d93
}

.news_wrap .news_L_nr {
    width: 580px;
    float: left;
    margin-right: 20px;
}

/*
新闻中心
.newsWrap{ width:auto; padding:10px 0 20px; background:#f1f1f1;}
.newsWrap .newsTitle{ margin:30px auto ; text-align:center}
.newsWrap .news{width:1180px; margin:0 auto; overflow:hidden}

.newsWrap .news li{ height:145px; width:580px; margin-bottom:20px; float:left; overflow:hidden; background:#FFF; font-size:14px;}
.newsWrap .news li .pic{ float:left; width:270px; height:145px;}
.newsWrap .news li .text{ float:right; width:280px; padding:15px; font-size:12px; line-height:20px; color:#707070}
.newsWrap .news li .text strong{ font-weight:normal; color:#313131; font-size:14px; margin-bottom:5px; display:block} 
.newsWrap .news li:nth-child(2n){ float:right}
.newsWrap .news li:nth-child(3) .pic{float:right;}
.newsWrap .news li:nth-child(4) .pic{float:right;}
.newsWrap .news li:nth-child(3) .text{float:left;}
.newsWrap .news li:nth-child(4) .text{float:left;}
*/

.nyhonor {
    width: 1180px;
    padding: 30px 0;
    overflow: hidden
}

.nyhonor li {
    width: 236px;
    margin-bottom: 20px;
    line-height: 32px;
    float: left
}

.nyhonor li .pic {
    width: 210px;
    margin: 0 auto;
    border: 1px solid #eeeeee;
}

.nyhonor li .pic a {
    position: relative;
    display: block;
    width: 210px;
    height: 140px;
}

.nyhonor li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.nyhonor li .txt {
    text-align: center
}

.nyhonor.yy li .pic a {
    height: 210px
}

/*内页样式*/
.nyaboutTitleWrap {
    height: 55px;
    background: #eeeeee;
    overflow: hidden;
}

.nyaboutTitleWrap .nyaboutTitle {
    position: relative;
    width: 1180px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto
}

.nyaboutTitleWrap .nyaboutTitle strong {
    display: inline-block;
    height: 55px;
    padding: 0 30px;
    background: url(../images/san.jpg) center bottom no-repeat #2d4f8f;
    color: #FFF;
    font-size: 14px;
}

.nyaboutTitleWrap .nyaboutTitle .position {
    position: absolute;
    right: 0;
    top: 0;
    color: #848484
}

.nyaboutTitleWrap .nyaboutTitle .position a {
    color: #848484
}

.nyaboutTitleWrap .nyaboutTitle .position span {
    font-family: '宋体'
}


.aboutnr {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
    min-height: 500px;
    font-size: 14px;
    line-height: 26px
}


.NYnr {
    width: 1180px;
    margin: 20px auto;
    overflow: hidden
}

.NYnr .ny-right-news li {
    width: auto;
    line-height: 32px;
    border-bottom: 1px dashed #CCC;
    padding: 15px 0;
    overflow: hidden
}



.NYnr .ny-right-news li .text {
    width: auto;
    color: #999;
}

.NYnr .ny-right-news li .text span {
    float: right;
}

.NYnr .ny-right-news li .text .bt {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    color: #000
}


.newslist {
    width: 1180px;
    margin: 0 auto;
    padding: 30px 0
}

.newslist li {
    width: auto;
    height: 100px;
    line-height: 32px;
    border-bottom: 1px dashed #CCC;
    padding: 15px 0;
    overflow: hidden
}

.newslist li .data {
    width: 100px;
    height: 75px;
    float: left;
    background: #eeeeee;
    font-size: 46px;
    padding-top: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 25px 0;
    -moz-border-radius: 0 0 25px 0;
    border-radius: 0 0 25px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.newslist li .data span {
    display: block;
    font-size: 15px
}

.newslist li .text {
    float: right;
    width: 800px;
    color: #999;
    padding-right: 200px;
    line-height: 20px;
}

.newslist li .text strong {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000
}

.newslist li a {
    display: block;
    overflow: hidden
}

.newslist li a:hover .data {
    background: #2f4d93;
    color: #FFF
}

.newslist li a:hover .text strong {
    color: #2f4d93
}


.ny-news-nr {
    width: 1180px;
    padding: 30px 0;
}

.ny-news-nr h1 {
    font-size: 16px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    width: 1180px
}

.ny-news-nr h6 {
    border-bottom: 1px solid #CCC;
    width: 1180px;
    text-align: center;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    color: #737373
}

.ny-news-nr .NewsShow {
    overflow: hidden;
    padding: 15px 0
}

/*荣誉*/
.ny-right-honor {
    width: 900px;
    padding: 10px 0;
    overflow: hidden
}

.ny-right-honor li {
    width: 225px;
    margin-bottom: 20px;
    line-height: 32px;
    float: left
}

.ny-right-honor li .pic {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #CCC;
}

.ny-right-honor li .pic a {
    position: relative;
    display: block;
    width: 200px;
    height: 170px;
}

.ny-right-honor li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.ny-right-honor li .txt {
    width: 180px;
    margin: 0 auto;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    text-align: center
}

.ny-right-honor li .txt a {
    color: #919191;
}

.ny-right-honor li .txt a:hover {
    color: #329a61
}


/*内页****产品****样式*****/

.jqzoom {
    width: 770px;
    margin: 10px auto;
    text-align: center;
}

.jqzoom img {
    border: 1px solid #CCC;
    width: 400px;
}

.ny-right-about h1 {
    width: 770px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center
}

.jqzoom_A {
    width: 770px;
    margin: 10px auto;
    text-align: center;
}

.jqzoom_A img {
    border: 1px solid #CCC;
    max-width: 550px;
}

div.ny-pro-nav {
    /*height: 55px;*/
    background: #eeeeee;
    min-width: 1300px;

}

div.ny-pro-nav ul {
    width: auto;
    text-align: center;
    margin: 0 auto;
}

div.ny-pro-nav ul li {
    /* float: left;*/
    display: inline-block
}

div.ny-pro-nav ul li a {
    display: block;
    padding: 0 15px;
    line-height: 55px;
    text-align: center;
    color: #707070;
    font-size: 18px;
    border: 2px solid #c6c6c6;
    position: relative;
}

div.ny-pro-nav ul li a.cur,
div.ny-pro-nav ul li a:hover {
    background-color: #2d4f8f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

div.ny-pro-nav ul li a.cur::after,
div.ny-pro-nav ul li a:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ffffff;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
}



.pro-right-box {
    margin: 40px auto;
    overflow: hidden
}

.pro-right-box li {
    margin-right: 14px;
    float: left;
    margin-bottom: 25px;
    position: relative;
    border: 5px solid #e7e7e7;
}

.pro-right-box li div.img {
    width: 272px;
    height: 272px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    transition: .3s;

}

.pro-right-box li:nth-child(4n) {
    margin-right: 0px;
}

.pro-right-box li p {
    padding: 14px 14px 14px 14px;
    background: #e7e7e7;
    color: #707070;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 246px;
}

.pro-right-box li:hover {
    border-color: #2f4d93;
}

.pro-right-box li:hover p {
    background: #2f4d93;
    color: #fff;
}

.proTitle {
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    margin: 20px auto;
    color: #000
}


/*footer*/


.footerWrap {
    width: 100%;
    padding: 25px 0;
    overflow: hidden;
    background: #2f4d93;
    line-height: 28px;
    font-size: 14px
}

.footerWrap .footer {
    width: 1180px;
    margin: 0 auto;
    color: #FFF;
    position: relative;
    line-height: 36px;
    overflow: hidden
}

.footerWrap .footer .footLeft {
    width: 270px;
    float: left;
    overflow: hidden
}

.footerWrap .footer .footLeft li {
    width: 100px;
    float: left;
}


.footerWrap .footer .footConter {
    width: 370px;
    float: left;
}

.footerWrap .footer .footRight {
    width: 300px;
    float: left
}

.footerWrap .footer .footEwm {
    width: 160px;
    float: right
}

.footerWrap .footer a {
    color: #FFF;
    font-size: 14px;
    float: left;
    width: 120px;
}

.footerWrap .footer a:hover {
    text-decoration: underline
}

.copyWrap {
    width: auto;
    padding: 10px 0;
    background: #213667;
    color: #FFF
}

.copyWrap .copy {
    width: 1180px;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
    text-align: center;
}

.copyWrap .copy a {
    color: #FFF;
    font-size: 14px;
}

.copyWrap .copy a:hover {
    text-decoration: underline
}

.copyWrap .copy .technology {
    position: absolute;
    right: 0;
    top: 0
}


/*翻页*/
.pageNavi {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-pagenavi {
    CLEAR: both;
}

.wp-pagenavi A {
    BORDER-RIGHT: #bfbfbf 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #bfbfbf 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 3px;
    MARGIN: 2px;
    BORDER-LEFT: #bfbfbf 1px solid;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #bfbfbf 1px solid;
    TEXT-DECORATION: none
}

.wp-pagenavi SPAN {
    BORDER-RIGHT: #bfbfbf 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #bfbfbf 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 3px;
    MARGIN: 2px;
    BORDER-LEFT: #bfbfbf 1px solid;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #bfbfbf 1px solid;
    TEXT-DECORATION: none
}

.wp-pagenavi A:hover {
    BORDER-LEFT-COLOR: #000;
    BORDER-BOTTOM-COLOR: #000;
    BORDER-TOP-COLOR: #000;
    BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
    BORDER-LEFT-COLOR: #000;
    BORDER-BOTTOM-COLOR: #000;
    BORDER-TOP-COLOR: #000;
    BORDER-RIGHT-COLOR: #000
}

.wp-pagenavi SPAN.current {
    FONT-WEIGHT: bold
}



.search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5330;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    display: none;
}

.searchbox {
    width: 50%;
    position: fixed;
    top: 169px;
    left: 50%;
    margin-left: -25%;
    height: 68px;
    border: 1px solid #535353;
    z-index: 66651;
    display: none;
}

.searchbox input.tex {
    border: none;
    background: none;
    font-size: 36px;
    font-family: "Arial";
    color: #a7a7a7;
    height: 37px;
    line-height: 36px;
    padding: 16px 2% 15px;
    width: 80%;
}

.searchbox input.search-btn {
    border: none;
    width: 7%;
    margin-right: 1%;
    height: 68px;
    background: url(../images/ico_115.png) no-repeat center;
    background-size: 50% auto;
    min-width: 40px;
}

.close-search {
    display: block;
    width: 37px;
    height: 37px;
    background: url(../images/ico_116.png) no-repeat center;
    position: fixed;
    right: 3%;
    top: 50px;
    cursor: pointer;
    z-index: 66651;
    display: none;
}


/*固定的悬浮窗*/

.yb_conct {

    position: fixed;
    z-index: 9999999;
    top: 400px;
    right: -110px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 160px;
    height: 43px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #0061bb url(../images/fixCont.jpg) no-repeat 0 -5px;
    line-height: 42px;
    height: 42px;
}

.yb_bar .yb_WeiXin {
    background: #0061bb url(../images/fixCont.jpg) no-repeat 0 -230px;
    line-height: 42px;
    height: 42px;
}

.yb_bar .yb_WeiXin span {
    text-indent: 54px;
    width: 160px;
    height: 42px;
    display: block;
}

.hd_qr {
    padding: 5px 15px 0px 18px;
    float: left
}

.links {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    color: #FFF;
    padding: 15px 0 0
}

.links a {
    color: #FFF
}

.links a:hover {
    text-decoration: underline
}





/*漂浮*/
.float-contact-mini {
    position: absolute;
    right: 1px;
    top: 30%;
    z-index: 100
}

.float-contact-mini a {
    background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    display: block;
    height: 65px;
    line-height: 110%;
    padding: 46px 5px 0;
    text-align: center;
    text-decoration: none !important;
    width: 18px;
}

.float-contact {
    display: none;
    position: absolute;
    right: 1px;
    top: 18%;
    width: 190px;
}

.float-contact .close {
    background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
    color: #FFFFFF !important;
    display: block;
    height: 31px;

    line-height: 31px;
    padding-left: 22px;

}

.float-contact .container {
    background: #FFFFFF;
    border-color: #E3E3E3;
    padding: 15px
}

.float-contact .container {
    border-style: solid;

}

.float-contact .qq {}

.float-contact .qqtitle {}

.float-contact .qq .btn {}

.float-contact .qq .btn li {
    line-height: 30px;
}

/*.float-contact .qq .btn li a{ border:1px solid #e6e6e6; margin:10px auto 0; display:block}*/

.float-contact .myqqlink {
    background: url("../images/qqpf.png") repeat-x left center;

    color: #FFFFFF;
    font-size: 16px;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;

}